projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
368481a
)
vc-static-header-alist shouldn't have been declared const.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Mon, 15 Nov 1993 04:13:48 +0000
(
04:13
+0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Mon, 15 Nov 1993 04:13:48 +0000
(
04:13
+0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 145be72c7c5f50ee29e5beee5d8bc64a456e07a4..e9501a8bd0bcedfd6d3932e8bc5fbbc90314675a 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-104,7
+104,7
@@
The value is only computed when needed to avoid an expensive search.")
(defvar vc-header-alist
'((SCCS "\%W\%") (RCS "\$Id\$"))
"*Header keywords to be inserted when `vc-insert-headers' is executed.")
-(def
const
vc-static-header-alist
+(def
var
vc-static-header-alist
'(("\\.c$" .
"\n#ifndef lint\nstatic char vcid[] = \"\%s\";\n#endif /* lint */\n"))
"*Associate static header string templates with file types. A \%s in the